home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / System / StyleWriter Page Monitor GX / readme.txt < prev    next >
Encoding:
Text File  |  1994-11-08  |  1.3 KB  |  24 lines  |  [TEXT/MMCC]

  1. This QuickDraw GX print extension will add the "  Number of pages printed: xx"
  2. line to the stylewriter II Log file in the Preferences:Printing Prefs:Stylewriter II Log
  3. file.  It dosen't write any of the other information (job name, time start/ time end, etc.)
  4. That is left as an exercise to the reader. :)
  5.  
  6. This print extension overrides both the ImagePage and ImageJob printing messages.  It uses
  7. class instance vars to count the number of times ImagePage is called.  It is a really simple
  8. extension (4K), very similar to the develop article.  Mostly, this was an existance proof for me.
  9.  
  10. MW does not create code resources with custom headers. :(  Since code resources need a custom
  11. header, I wrote a small program to run in DropShell (I've posted source seperately to a.s.m).
  12. The resulting app is here.  Just drag the compiled extension onto the MW Code Fix before you
  13. move it to the system folder.
  14.  
  15. This was developed on a (ugh) SE/30 with 5 megs of ram (can you say: VM).  Don't do this at
  16. work.  Get a real machine with real memory!  QD GX chews up a little more than a meg of memory
  17. and when it is printing I've seen my system expand from 2 megs to 7 (I'm not using the debugging
  18. extension).
  19.  
  20. Read, enjoy, use as you see fit?  Let me know if you see any problems with this thing.
  21.  
  22.     Cheers,
  23.             Gordon (gwatts@fnal.fnal.gov)
  24.